Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPARK-1935: Explicitly add commons-codec 1.5 as a dependency. #889

Closed
wants to merge 1 commit into from
Closed

SPARK-1935: Explicitly add commons-codec 1.5 as a dependency. #889

wants to merge 1 commit into from

Conversation

yhuai
Copy link
Contributor

@yhuai yhuai commented May 27, 2014

No description provided.

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@rxin
Copy link
Contributor

rxin commented May 27, 2014

Jenkins, add to whitelist.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@witgo
Copy link
Contributor

witgo commented May 27, 2014

spark-hive => commons-codec 1.4
spark-sql => commons-codec 1.5

[INFO] ------------------------------------------------------------------------
[INFO] Building Spark Project SQL 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
.................
[INFO] +- com.twitter:parquet-column:jar:1.4.3:compile
[INFO] |  +- com.twitter:parquet-common:jar:1.4.3:compile
[INFO] |  +- com.twitter:parquet-encoding:jar:1.4.3:compile
[INFO] |  |  \- com.twitter:parquet-generator:jar:1.4.3:compile
[INFO] |  \- commons-codec:commons-codec:jar:1.5:compile
[INFO] +- com.twitter:parquet-hadoop:jar:1.4.3:compile
[INFO] |  +- com.twitter:parquet-format:jar:2.0.0:compile
[INFO] |  +- com.twitter:parquet-jackson:jar:1.4.3:compile
[INFO] |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8:compile
[INFO] |  \- org.codehaus.jackson:jackson-core-asl:jar:1.9.11:compile
[INFO] +- org.scalatest:scalatest_2.10:jar:1.9.1:test
[INFO] |  \- org.scala-lang:scala-actors:jar:2.10.4:test
[INFO] \- org.scalacheck:scalacheck_2.10:jar:1.10.0:test
[INFO]    \- org.scala-tools.testing:test-interface:jar:0.5:test
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.4:tree (default-cli) @ spark-hive_2.10 ---
[INFO] org.apache.spark:spark-hive_2.10:jar:1.0.0-SNAPSHOT
[INFO] +- org.apache.spark:spark-core_2.10:jar:1.0.0-SNAPSHOT:compile
..........
[INFO] |  +- org.mockito:mockito-all:jar:1.8.5:test (version managed from 1.8.2; scope managed from compile)
[INFO] |  +- org.apache.thrift:libfb303:jar:0.9.0:compile
[INFO] |  |  \- org.apache.thrift:libthrift:jar:0.9.0:compile
[INFO] |  |     +- org.apache.httpcomponents:httpclient:jar:4.1.3:compile
[INFO] |  |     \- org.apache.httpcomponents:httpcore:jar:4.1.3:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.4:compile
[INFO] |  \- org.apache.avro:avro-mapred:jar:1.7.6:compile (version managed from 1.7.1)
[INFO] |     +- org.apache.avro:avro-ipc:jar:1.7.6:compile
[INFO] |     \- org.apache.avro:avro-ipc:jar:tests:1.7.6:compile
[INFO] +- org.apache.avro:avro:jar:1.7.6:compile
[INFO] |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |  \- org.apache.commons:commons-compress:jar:1.4.1:compile
[INFO] |     \- org.tukaani:xz:jar:1.0:compile
[INFO] +- org.scalatest:scalatest_2.10:jar:1.9.1:test
[INFO] |  \- org.scala-lang:scala-actors:jar:2.10.4:test (version managed from 2.10.0)
[INFO] \- org.scalacheck:scalacheck_2.10:jar:1.10.0:test
[INFO]    \- org.scala-tools.testing:test-interface:jar:0.5:test
[INFO]                                                                         

@pwendell
Copy link
Contributor

I added some comments on the JIRA - just wondering about what exact build permutation caused this issue.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15220/

@yhuai yhuai changed the title SPARK-1935: Explicitly add commons-codec 1.4 as a dependency. SPARK-1935: Explicitly add commons-codec 1.5 as a dependency. May 27, 2014
@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@pwendell
Copy link
Contributor

LGTM pending tests.

@AmplabJenkins
Copy link

Merged build finished. All automated tests passed.

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15230/

asfgit pushed a commit that referenced this pull request May 29, 2014
Author: Yin Huai <huai@cse.ohio-state.edu>

Closes #889 from yhuai/SPARK-1935 and squashes the following commits:

7d50ef1 [Yin Huai] Explicitly add commons-codec 1.5 as a dependency.
(cherry picked from commit 60b89fe)

Signed-off-by: Patrick Wendell <pwendell@gmail.com>
@asfgit asfgit closed this in 60b89fe May 29, 2014
@yhuai yhuai deleted the SPARK-1935 branch May 31, 2014 18:31
pdeyhim pushed a commit to pdeyhim/spark-1 that referenced this pull request Jun 25, 2014
Author: Yin Huai <huai@cse.ohio-state.edu>

Closes apache#889 from yhuai/SPARK-1935 and squashes the following commits:

7d50ef1 [Yin Huai] Explicitly add commons-codec 1.5 as a dependency.
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
Author: Yin Huai <huai@cse.ohio-state.edu>

Closes apache#889 from yhuai/SPARK-1935 and squashes the following commits:

7d50ef1 [Yin Huai] Explicitly add commons-codec 1.5 as a dependency.
Agirish pushed a commit to HPEEzmeral/apache-spark that referenced this pull request May 5, 2022
udaynpusa pushed a commit to mapr/spark that referenced this pull request Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants